Let the cursorColor X resource set the the cursor face (Bug#7392).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 14 Nov 2010 02:09:11 +0000 (21:09 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 14 Nov 2010 02:09:11 +0000 (21:09 -0500)
commit729ce87ab358fcd068e439b23aedc10e586e7dc8
treeb87d3d3e05822cc3d94c2aca12abb94c40cd4fba
parentf9c6d2b10211e41cbc48061ec3cdfe33ea1eb986
Let the cursorColor X resource set the the cursor face (Bug#7392).

* lisp/startup.el (command-line): If the cursorColor resource is set,
change the cursor face-spec (Bug#7392).

* src/xfns.c (Fx_create_frame): Don't check for the cursorColor
resource here; it's now done at startup.
lisp/ChangeLog
lisp/startup.el
src/ChangeLog
src/xfns.c